diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-11-03 20:19:57 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-11-03 20:19:57 +0100 |
commit | b1f8062b85ee739e9efb32cbdfde205faaf297d8 (patch) | |
tree | 72de67359f6490eddb40ce7c265c3626a8e8e2b2 /web/pw-server/src/routes/bots/[bot_name] | |
parent | 1afd5b5404a1c064abfe6711b95d59ea1bb13022 (diff) | |
download | planetwars.dev-b1f8062b85ee739e9efb32cbdfde205faaf297d8.tar.xz planetwars.dev-b1f8062b85ee739e9efb32cbdfde205faaf297d8.zip |
basic responsive navbar
Diffstat (limited to 'web/pw-server/src/routes/bots/[bot_name]')
-rw-r--r-- | web/pw-server/src/routes/bots/[bot_name]/stats.svelte | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/web/pw-server/src/routes/bots/[bot_name]/stats.svelte b/web/pw-server/src/routes/bots/[bot_name]/stats.svelte index 67b769f..317e293 100644 --- a/web/pw-server/src/routes/bots/[bot_name]/stats.svelte +++ b/web/pw-server/src/routes/bots/[bot_name]/stats.svelte @@ -116,28 +116,6 @@ margin: 50px auto; } - .header { - display: flex; - justify-content: space-between; - align-items: flex-end; - margin-bottom: 60px; - border-bottom: 1px solid black; - } - - $header-space-above-line: 12px; - - .bot-name { - font-size: 24pt; - margin-bottom: $header-space-above-line; - } - - .owner-name { - font-size: 14pt; - text-decoration: none; - color: #333; - margin-bottom: $header-space-above-line; - } - .leaderboard { margin: 18px 10px; text-align: center; |